[appengine] how to transfer a python object between two requests?
Posted
by python for ever
on Stack Overflow
See other posts from Stack Overflow
or by python for ever
Published on 2010-04-10T21:25:11Z
Indexed on
2010/04/10
21:33 UTC
Read the original article
Hit count: 130
python
|google-app-engine
i want to process a python dict object in batches between two requests. i was wondering what's the best way to do it.
i want to do that because my dict is big and i couldn't do the whole processing in 30s.
thanks
© Stack Overflow or respective owner